Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-13700 | WA000-WI100 IIS7 | SV-32708r1_rule | ECSC-1 | Medium |
Description |
---|
Some Component Object Model (COM) components are not required for most applications and should be removed if possible. Most notably, consider disabling the File System Object component; however, this will also remove the Dictionary object. Be aware some programs may require this component (e.g., Commerce Server), so it is highly recommended this be tested completely before implementing on the production web server. |
STIG | Date |
---|---|
IIS 7.0 WEB SERVER STIG | 2013-04-11 |
Check Text ( C-32934r4_chk ) |
---|
1. Navigate to the following registry keys. If either one of the following keys exist, the FileSystemObject is enabled: HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228} HKEY_CLASSES_ROOT\Scripting.FileSystemObject 2. If the "FileSystemObject" is enabled and is not required for operations, this is a finding. NOTE: If the "FileSystemObject" is required for operations and has supporting documentation signed by the IAO, this is not a finding. |
Fix Text (F-29076r1_fix) |
---|
Run the following command to unregister the File System Object: regsvr32 scrrun.dll /u. |